Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / SetReference Method / SetReference(IEvaluationContext,RangeReference[],IReferenceSource) Method
An IEvaluationContext value indicates the evaluation context.
An array of RangeReference represents the range references.
An IReferenceSource value indicates the reference source.


In This Topic
    SetReference(IEvaluationContext,RangeReference[],IReferenceSource) Method
    In This Topic
    Sets the value of this IValue to the specified reference array.
    Syntax
    'Declaration
     
    
    Overloads Sub SetReference( _
       ByVal context As IEvaluationContext, _
       ByVal rangeRefs() As RangeReference, _
       ByVal refSource As IReferenceSource _
    ) 
    'Usage
     
    
    Dim instance As IValue
    Dim context As IEvaluationContext
    Dim rangeRefs() As RangeReference
    Dim refSource As IReferenceSource
     
    instance.SetReference(context, rangeRefs, refSource)

    Parameters

    context
    An IEvaluationContext value indicates the evaluation context.
    rangeRefs
    An array of RangeReference represents the range references.
    refSource
    An IReferenceSource value indicates the reference source.
    See Also